type runtime.addrRanges
12 uses
runtime (current package)
mpagealloc.go#L266: inUse addrRanges
mpagealloc.go#L458: var inUse addrRanges
mranges.go#L242: type addrRanges struct {
mranges.go#L254: func (a *addrRanges) init(sysStat *sysMemStat) {
mranges.go#L265: func (a *addrRanges) findSucc(addr uintptr) int {
mranges.go#L310: func (a *addrRanges) findAddrGreaterEqual(addr uintptr) (uintptr, bool) {
mranges.go#L325: func (a *addrRanges) contains(addr uintptr) bool {
mranges.go#L336: func (a *addrRanges) add(r addrRange) {
mranges.go#L402: func (a *addrRanges) removeLast(nBytes uintptr) addrRange {
mranges.go#L421: func (a *addrRanges) removeGreaterEqual(addr uintptr) {
mranges.go#L449: func (a *addrRanges) cloneInto(b *addrRanges) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |